getChartContext
getChartContext
getChartContext(customChartConfig: CustomChartContextProps ) : Promise< CustomChartContext >
Get the initialized chart context object
Function Parameters
customChartConfig:::
- customChartConfig: CustomChartContextProps
Returns
Promise< CustomChartContext >
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/main/custom-chart-context.ts#L1113
--